Class symantec.itools.db.beans.brl.adapter.editors.DerivMiscInfoPage
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.brl.adapter.editors.DerivMiscInfoPage
Object
|
+----Component
|
+----Container
|
+----JComponent
|
+----JPanel
|
+----WizardPanel
|
+----symantec.itools.db.beans.brl.adapter.editors.DerivMiscInfoPage
- public class DerivMiscInfoPage
- extends WizardPanel
Page used to specify the basis of derivation business rule
that is to be used
- Version:
- 1.0 06/18/98
- Author:
- Puru Balakrishnan
-
autoGenAliasName
-
-
bindColField
-
-
bindColLabel
-
-
bindColPanel
-
-
buttonGroup
-
-
centerRootPane
-
-
dataTypeComboBox
-
-
dataTypeLabel
-
-
databindingField
-
-
databindingLabel
-
-
databindingPanel
-
-
firstTime
-
-
imageLabel
-
-
itemLis
-
-
keyLis
-
-
outputDataType
-
-
outputDataTypePanel
-
-
perRowSetRadioBtn
-
-
ruleType
-
-
ruleTypeLabel
-
-
ruleTypePanel
-
-
singleRowRadioBtn
-
-
symantec.itools.db.beans.brl.adapter.editors.DerivMiscInfoPage()
-
-
symantec.itools.db.beans.brl.adapter.editors.DerivMiscInfoPage(DerivWizardController)
-
-
cancel()
-
-
entering()
-
-
exiting()
-
-
finish()
-
-
getAliasName()
- Get alias name
-
getBindingName()
-
-
getOutputDataType()
- Method to get the output data type
-
getOutputName()
- Get the specified output column name
-
getRuleType()
- Get the business rule type
-
main(String[])
-
-
processAliasName(String)
- Method to handle alias name
autoGenAliasName
protected java.lang.String autoGenAliasName
bindColField
protected com.sun.java.swing.JTextField bindColField
bindColLabel
protected com.sun.java.swing.JLabel bindColLabel
bindColPanel
protected com.sun.java.swing.JPanel bindColPanel
buttonGroup
protected com.sun.java.swing.ButtonGroup buttonGroup
centerRootPane
protected com.sun.java.swing.JRootPane centerRootPane
dataTypeComboBox
protected com.sun.java.swing.JComboBox dataTypeComboBox
dataTypeLabel
protected com.sun.java.swing.JLabel dataTypeLabel
databindingField
protected com.sun.java.swing.JTextField databindingField
databindingLabel
protected com.sun.java.swing.JLabel databindingLabel
databindingPanel
protected com.sun.java.swing.JPanel databindingPanel
firstTime
protected boolean firstTime
imageLabel
protected com.sun.java.swing.JLabel imageLabel
itemLis
protected java.awt.event.ItemListener itemLis
keyLis
protected java.awt.event.KeyListener keyLis
outputDataType
protected int outputDataType
outputDataTypePanel
protected com.sun.java.swing.JPanel outputDataTypePanel
perRowSetRadioBtn
protected com.sun.java.swing.JRadioButton perRowSetRadioBtn
ruleType
protected int ruleType
ruleTypeLabel
protected com.sun.java.swing.JLabel ruleTypeLabel
ruleTypePanel
protected com.sun.java.swing.JPanel ruleTypePanel
singleRowRadioBtn
protected com.sun.java.swing.JRadioButton singleRowRadioBtn
DerivMiscInfoPage
protected DerivMiscInfoPage()
DerivMiscInfoPage
protected DerivMiscInfoPage(DerivWizardController c)
cancel
public void cancel()
-
- Overrides:
- cancel in class WizardPanel
entering
public void entering()
-
- Overrides:
- entering in class WizardPanel
exiting
public boolean exiting()
-
- Overrides:
- exiting in class WizardPanel
finish
public void finish()
-
- Overrides:
- finish in class WizardPanel
getAliasName
public java.lang.String getAliasName()
- Get alias name
- Returns:
- String
getBindingName
public java.lang.String getBindingName()
getOutputDataType
public int getOutputDataType()
- Method to get the output data type
- Returns:
- int
getOutputName
public java.lang.String getOutputName()
- Get the specified output column name
- Returns:
- String
getRuleType
public int getRuleType()
- Get the business rule type
- Returns:
- int
main
public static void main(String[] args)
processAliasName
public void processAliasName(String name)
- Method to handle alias name
All Packages Class Hierarchy This Package Previous Next Index